home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / minix / up1510b.tgz / up1510b / src / commands / stterm / README.HACKS < prev    next >
Text File  |  1990-07-15  |  551b  |  24 lines

  1. list of enhancements to term:
  2.  
  3.     - allows speed, line to use and escape chars to be spec'ed
  4.       (need to be fixed up a little for midi line)
  5.      usage:
  6.         term [-s speed] [-l line] [-e escape char]
  7.         defaults in "const.h"
  8.  
  9.     - escape-^D synonym for escape-.
  10.  
  11.     - fully implemented escape to shell
  12.         - on escape-!
  13.             - write_tty informs read_tty to suspend
  14.             (via SIGALRM)
  15.                 - do_shell()
  16.             - write_tty informs read_tty to un-suspend
  17.     - replaced all system("stty ...") with real ioctl()'s
  18.     - more errchks.
  19.  
  20. enjoy,
  21.  
  22.  ++jrb    bammi@dsrgsun.ces.cwru.edu
  23.  
  24.